Auto merge of #3393 - alexcrichton:fix-libz-linkage, r=brson
authorbors <bors@rust-lang.org>
Thu, 15 Dec 2016 03:04:20 +0000 (03:04 +0000)
committerbors <bors@rust-lang.org>
Thu, 15 Dec 2016 03:04:20 +0000 (03:04 +0000)
Bump libz-sys to 1.0.9

This just switches libz to always link statically instead of relying on the
system zlib. For MinGW it seems that linkage may default pull in a DLL, which is
almost never what we want.

Closes #3384


Trivial merge